function StringToDate (textPtr: Ptr; textLen: LONGINT; theCache: DateCachePtr; var lengthUsed: LONGINT; var dateTime: LongDateRec): StringToDateStatus;
{$IFC NOT GENERATINGCFM}
inline
$2F3C, $8214, $FFF6, $A8B5;
{$ENDC}
function StringToTime (textPtr: Ptr; textLen: LONGINT; theCache: DateCachePtr; var lengthUsed: LONGINT; var dateTime: LongDateRec): StringToDateStatus;
{$IFC NOT GENERATINGCFM}
inline
$2F3C, $8214, $FFF4, $A8B5;
{$ENDC}
function ExtendedToString (var x: extended80; {CONST}
var myCanonical: NumFormatString; {CONST}
var partsTable: NumberParts; var outString: Str255): FormatStatus;
{$IFC NOT GENERATINGCFM}
inline
$2F3C, $8210, $FFE8, $A8B5;
{$ENDC}
function StringToExtended (source: ConstStr255Param; {CONST}
var myCanonical: NumFormatString; {CONST}
var partsTable: NumberParts; var x: extended80): FormatStatus;
{$IFC NOT GENERATINGCFM}
inline
$2F3C, $8210, $FFE6, $A8B5;
{$ENDC}
function StringToFormatRec (inString: ConstStr255Param; {CONST}
var partsTable: NumberParts; var outString: NumFormatString): FormatStatus;
{$IFC NOT GENERATINGCFM}
inline
$2F3C, $820C, $FFEC, $A8B5;
{$ENDC}
function FormatRecToString ({CONST}
var myCanonical: NumFormatString; {CONST}
var partsTable: NumberParts; var outString: Str255; var positions: TripleInt): FormatStatus;
{$IFC NOT GENERATINGCFM}
inline
$2F3C, $8210, $FFEA, $A8B5;
{$ENDC}
{}
{ The following functions are old names, but are required for PowerPC builds}
{ becuase InterfaceLib exports these names, instead of the new ones.}